/*
.hero {
    width: 100vw;
    height: 100vh;
    min-height: 300px;
    max-height: 600px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}
.hero h1, h2{
    font-size: 40px;
    text-align: center;
    margin-top: 200px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #00000091 0%, #00000091 100%), url('../imagenes/plano\ arquitectura.webp');
    background-size: cover;
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
}
*/
section img{
    height: auto;
    max-width: 100%;
    width: 700px;
    height: 350px;
    aspect-ratio: auto 1900 / 1000;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
section h2{
    margin-top: 20px;
    text-align: center;
}
section h3{
    margin-top: 30px;
    text-align: center;
}
section p{
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  text-align: center;
}



body{
    background-color: #f5f5f5;
}

@media (max-width: 1080px) {
    section p{
        width: 100%;
    }
}

.location{
    width: 80%;
    margin:auto;
    padding:  80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;

}
.contact-col div{
    display:flex;
    align-items: center;
    margin-bottom: 40px;
}
/*
.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}*/
.contact-col div .icon{
    font-size: 28px;
    color: #4a6268;
    margin: 5px;
    margin-right: 5px;
    margin-left: 10px;
    
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400%;
    
}




.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom:  17px;
    margin-left: 10px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
/*
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
*/
}


.contact-col textarea{
   margin-right: 250px;
}
.contact-col button{
    border-radius: 5px;
    font-size: 20px;
    background-color:rgb(139, 134, 134);
    
}
.contact-col button:hover{
   color:aliceblue;
   background-color:rgb(39, 38, 38);
  
}
.order{
    font-size: 18px;
}
/*
.check{
    display: block;
    margin:0;

}
*/
@media (max-width: 950px){
    .row{
        display: block;
        width: 100%;
        margin: 2% 0%;
    }
}

@media (max-width: 450px) {
    .contact_button {
        height: 50px;
        width: 30%;
        background-color: #1c3e4b;
        color: #FFF;
        border: 0px;
        cursor: pointer;
        font-weight: bold;
    }
 }
